Files
kapow/examples/basic/01_HelloWorld/HelloWorld
pancho horrillo 26fa12c871 doc: drop mentions to .pow files ($deity REST their soul)
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-12-24 14:03:49 +01:00

4 lines
91 B
Bash
Executable File

#!/bin/sh
kapow route add /helloworld -c "echo 'Hello World!' | kapow set /response/body"