1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-06 15:09:59 +00:00

Use the lua script to save new pasties.

I had to add a {store:} prefix, see this:
https://stackoverflow.com/questions/38720084/generate-new-key-inside-evalsha
This commit is contained in:
King_DuckZ 2017-06-23 21:49:28 +01:00
commit 6222f1e1b1
8 changed files with 78 additions and 42 deletions

View file

@ -11,6 +11,7 @@ add_executable(${PROJECT_NAME}
test_index_response.cpp
test_submit_pastie.cpp
fake_storage.cpp
num_to_token.cpp
)
target_include_directories(${PROJECT_NAME}