Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 32301c2

Browse files
authored
Merge pull request #1158 from appirio-tech/tom-listings-route-update
changed route
2 parents eea39f7 + 50de880 commit 32301c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/listings/listings.routes.js

+1-1
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)