mirror of
https://github.com/CrowCpp/Crow.git
synced 2026-01-18 16:31:17 +01:00
made get_methods const
This commit is contained in:
@@ -135,7 +135,7 @@ namespace crow // NOTE: Already documented in "crow/app.h"
|
||||
}
|
||||
#endif
|
||||
|
||||
uint32_t get_methods()
|
||||
uint32_t get_methods() const
|
||||
{
|
||||
return methods_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user