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 546b83a commit a9f3361
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-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 a9f3361

Please sign in to comment.