about summary refs log tree commit diff stats
path: root/src/types/urimethodmap.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/urimethodmap.nim')
-rw-r--r--src/types/urimethodmap.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/urimethodmap.nim b/src/types/urimethodmap.nim
index 464c9b69..41e887c6 100644
--- a/src/types/urimethodmap.nim
+++ b/src/types/urimethodmap.nim
@@ -8,7 +8,7 @@ import types/url
 import utils/twtstr
 
 type URIMethodMap* = object
-  map: Table[string, string]
+  map*: Table[string, string]
 
 func rewriteURL(pattern, surl: string): string =
   result = ""