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

Commit 50de880

Browse files
committed
changed route
1 parent c4e3b08 commit 50de880

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)