Compare commits
4 Commits
7787c4db50
...
master
Author | SHA1 | Date | |
---|---|---|---|
702cdc3e72 | |||
3872609fc6 | |||
909d282edd | |||
9e29052ae3 |
8
server/requirements.txt
Normal file
8
server/requirements.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
click==8.1.3
|
||||||
|
Flask==2.1.2
|
||||||
|
importlib-metadata==4.11.4
|
||||||
|
itsdangerous==2.1.2
|
||||||
|
Jinja2==3.1.2
|
||||||
|
MarkupSafe==2.1.1
|
||||||
|
Werkzeug==2.1.2
|
||||||
|
zipp==3.8.0
|
@@ -57,7 +57,7 @@ def isEven(number):
|
|||||||
return res
|
return res
|
||||||
except:
|
except:
|
||||||
res = jsonify(dict(
|
res = jsonify(dict(
|
||||||
error='Invalid number.',
|
error='what is this I don\'t even',
|
||||||
))
|
))
|
||||||
res.status_code = 400
|
res.status_code = 400
|
||||||
return res
|
return res
|
||||||
|
BIN
website/images/testimonial-5.jpg
Normal file
BIN
website/images/testimonial-5.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@@ -401,6 +401,18 @@ $ curl https://api.isevenapi.xyz/api/iseven/6/
|
|||||||
</div> <!-- end of swiper-slide -->
|
</div> <!-- end of swiper-slide -->
|
||||||
<!-- end of slide -->
|
<!-- end of slide -->
|
||||||
|
|
||||||
|
<!-- Slide -->
|
||||||
|
<div class="swiper-slide">
|
||||||
|
<div class="image-wrapper">
|
||||||
|
<img class="img-fluid" src="images/testimonial-5.jpg" alt="alternative">
|
||||||
|
</div> <!-- end of image-wrapper -->
|
||||||
|
<div class="text-wrapper">
|
||||||
|
<div class="testimonial-text">I usually hate using APIs and trying new things. I prefer to keep all dependencies to a minimum. But when my friend on IRC mentioned isEven API, I just had to test it out. And I'm glad I did!</div>
|
||||||
|
<div class="testimonial-author">Dusty Anderson - Perl Developer</div>
|
||||||
|
</div> <!-- end of text-wrapper -->
|
||||||
|
</div> <!-- end of swiper-slide -->
|
||||||
|
<!-- end of slide -->
|
||||||
|
|
||||||
<!-- Slide -->
|
<!-- Slide -->
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<div class="image-wrapper">
|
<div class="image-wrapper">
|
||||||
|
Reference in New Issue
Block a user