Add folder for client examples

This commit is contained in:
asonix 2020-06-10 09:07:14 -05:00
parent d8a5661bf7
commit 1ecb6e552b
7 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
/target
/data
/docker/dev/volumes
/js_client/node_modules
/client-examples/javascript/node_modules

View file

@ -7,7 +7,7 @@ import asyncio
import aiofiles
import aiohttp
file_name = 'test.png'
file_name = '../test.png'
url = 'http://localhost:8080/image'
async def file_sender(file_name=None):

View file

Before

Width:  |  Height:  |  Size: 299 KiB

After

Width:  |  Height:  |  Size: 299 KiB