Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dfe5fb0

Browse files
authoredMar 29, 2017
Merge pull request #1100 from appirio-tech/tom-listings-routing
listings routing change
2 parents 9d24114 + 4ebf273 commit dfe5fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/listings/listings.routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import angular from 'angular'
2727
var states = {
2828
'listings': {
2929
parent: 'root',
30-
url: '/listings/',
30+
url: '/challenges/',
3131
resolve: {
3232
userHandle: ['$stateParams', function($stateParams) {
3333
return $stateParams.userHandle

0 commit comments

Comments
 (0)
This repository has been archived.