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

Commit 4ebf273

Browse files
committed
listings routing change
1 parent 7f36326 commit 4ebf273

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)