Skip to content

Commit ad7d140

Browse files
committed
update readme
1 parent ab4722f commit ad7d140

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,5 @@ MigrationBackup/
440440
*.iml
441441
out
442442
gen
443+
444+
Simulation.Frontend/venv/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[![GitHub issues](https://img.shields.io/github/issues/SkymanOne/SpaceShuttleSimulator)](https://github.com/SkymanOne/SpaceShuttleSimulator/issues)
44
[![Build Status](https://travis-ci.org/SkymanOne/SpaceShuttleSimulator.svg?branch=master)](https://travis-ci.org/SkymanOne/SpaceShuttleSimulator)
55

6-
<img src="assets/demo.png" height="537"/>
6+
<img src="assets/demo.jpg" height="537"/>
7+
<img src="assets/demo2.jpg" height="537"/>
78

89
## Description
910
The project is the first try to program a mathematical model describing the trajectory and other properties of space vehicle during the re-entry into the Earth's atmosphere.

Simulation.Backend/Simulation.API/Startup.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
3737
app.UseDeveloperExceptionPage();
3838
}
3939

40-
app.UseHttpsRedirection();
40+
//we don't really transfer secret rocket launch codes
41+
//app.UseHttpsRedirection();
4142

4243
app.UseRouting();
4344

assets/demo.jpg

203 KB
Loading

assets/demo.png

-718 KB
Binary file not shown.

assets/demo2.jpg

185 KB
Loading

0 commit comments

Comments
 (0)