Skip to content

Commit

Permalink
attempting to fix certain tag access
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 10, 2018
1 parent a9f3361 commit 30342a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/ksp_crafts.moon
Expand Up @@ -12,7 +12,7 @@ class KSPCraftsApp extends lapis.Application
-- TODO this will be defined on a different app or as a page
-- [index: ""]: => return redirect_to: @url_for "ksp_crafts_list"

[index: "/crafts(/:tab[a-zA-Z-])(/:page[%d])"]: =>
[index: "/crafts(/:tab[a-zA-Z%-])(/:page[%d])"]: =>
@page = tonumber(@params.page) or 1

local Paginator
Expand Down

0 comments on commit 30342a1

Please sign in to comment.