made get_methods const

This commit is contained in:
Gulliver
2025-12-13 18:23:21 +01:00
parent b3ed7b1742
commit 3d137311d4

View File

@@ -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_;
}